Wrap Procedure Types

type
TWrapProc = function (Value, Max: Integer): Integer;
TWrapProcEx = function (Value, Min, Max: Integer): Integer;

Desctiption

These function types are used in relation to wrapmodes. While TWrapProc implicitly uses zero as minimum value, TWrapProcEx lets the caller define the complete minimum to maximum range.